home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 2001 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.fibr.net!news
  2. From: Joe R Wyatt <jwyatt@txdirect.net>
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Date arithmetic missing in REXX
  5. Date: Tue, 16 Apr 1996 03:20:39 GMT
  6. Organization: Fibrnet Internet Services
  7. Distribution: inet
  8. Message-ID: <4kv04r$ibn@nimitz.fibr.net>
  9. References: <4ksb9p$1eps@news-s01.ny.us.ibm.net>
  10. NNTP-Posting-Host: dynm01-071.txdirect.net
  11. X-Newsreader: Post Road News Reader 1.01f
  12.  
  13.  
  14. >  
  15. > Today I was revising a program at work (OS2 REXX) and to my 
  16. > surprise I could not find a way to do date arithmetic. I found  
  17. > the date("base") which returs a julian date, but I could not 
  18. > find anything that takes that format back into any other format. 
  19. >  
  20. >  
  21. > Did I mean something? I would think that date arithmetic should 
  22. > be something that one would want as part of the standard REXX. 
  23. >  
  24.  
  25. I see that there have been some good, and, uh, not so good, replies  
  26. to your note, but I'll go ahead and throw my in two cents worth.  The 
  27. current EDM/2 (Electronic Developer's Magazine for OS/2) has a Rexx 
  28. column on date manipulation.  There is code provided that will work 
  29. on multiple platforms along with an OS/2 specific DLL. 
  30.  
  31. I tried to stay really close to the nature of Rexx when it was 
  32. written so that it would be easy to use.  It can be found from 
  33. http://www.iqpac.com 
  34.  
  35. joe r wyatt
  36.  
  37.  
  38.